Uses of Enum
zmq.Msg.Type

Packages that use Msg.Type
Package
Description
Provides low-level bindings for ØMQ.
  • Uses of Msg.Type in zmq

    Fields in zmq declared as Msg.Type
    Modifier and Type
    Field
    Description
    private Msg.Type
    Msg.type
     
    Methods in zmq that return Msg.Type
    Modifier and Type
    Method
    Description
    static Msg.Type
    Msg.Type.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    static Msg.Type[]
    Msg.Type.values()
    Returns an array containing the constants of this enum type, in the order they are declared.