Interface NetServerMessage.Prot
- Enclosing class:
NetServerMessage
public static interface NetServerMessage.Prot
Defines the protection codes of a
NetServerMessage.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intForce message for client [0].static final intForce reboot the client [3].static final intMessage for client [4].static final intReboot the client [$].static final intReboot permission granted [5].static final intShutdown the client [1].
-
Field Details
-
ForceMessage
static final int ForceMessageForce message for client [0].- See Also:
-
ForceReboot
static final int ForceRebootForce reboot the client [3].- See Also:
-
Message
static final int MessageMessage for client [4].- See Also:
-
Reboot
static final int RebootReboot the client [$].- See Also:
-
RebootGranted
static final int RebootGrantedReboot permission granted [5].- See Also:
-
Shutdown
static final int ShutdownShutdown the client [1].- See Also:
-