Method | Description | |
---|---|---|
CanSendWater ( this sock ) : bool | ||
IsPlaying ( this sock ) : bool | ||
Kick ( this sock, string reason ) : void | ||
RemoteAddress ( this sock ) : string | ||
SetState ( this sock, SlotState state ) : void | ||
State ( this sock ) : SlotState |
public static CanSendWater ( this sock ) : bool | ||
sock | this | |
return | bool |
public static Kick ( this sock, string reason ) : void | ||
sock | this | |
reason | string | |
return | void |
public static RemoteAddress ( this sock ) : string | ||
sock | this | |
return | string |
public static SetState ( this sock, SlotState state ) : void | ||
sock | this | |
state | SlotState | |
return | void |
public static State ( this sock ) : SlotState | ||
sock | this | |
return | SlotState |