Property | Type | Description | |
---|---|---|---|
connectedTo | List |
||
localIP | IPHostEntry | ||
onRemoteCreate | SpriteCustomBehavior | ||
onRemoteName | SpriteCustomBehavior |
Method | Description | |
---|---|---|
Activity ( ) : void | ||
Connect ( string ipAddress ) : void | ||
Decode ( |
||
Decode ( float &targetFloat, byte data, int &offset ) : void | ||
Decode ( long &targetLong, byte data, int &offset ) : void | ||
Decode ( string &targetString, byte data, int &offset ) : void | ||
Disconnect ( ) : void | ||
Encode ( string stringToEncode, |
||
GetID ( Sprite s ) : int | ||
GetLastLocalSpriteAdded ( ) : Sprite | ||
GetLocalSprite ( int ID ) : Sprite | ||
GetPacketType ( byte data, int offset ) : int | ||
GetRemoteControlledSprite ( int ID, ushort computerID ) : Sprite | ||
GetRemoteControlledSprite ( string name, ushort computerID ) : Sprite | ||
Host ( ) : void | ||
IsValidIP ( string s ) : bool | ||
NetworkManager ( ) : System | ||
RemovePacket ( |
||
ResetDisconnectedState ( ) : void | ||
SendBytes ( byte bytesToSend ) : void | ||
SendPacket ( |
||
SendText ( string textToSend ) : void | ||
StartPinging ( ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
DecodeData ( byte data, int start, int recv, ushort senderComputerID ) : string | ||
GetPendingSprite ( int ID, ushort computerID ) : |
||
SendPing ( ) : void |
public static Decode ( |
||
targetInt | ||
data | byte | |
offset | int | |
return | void |
public static Decode ( float &targetFloat, byte data, int &offset ) : void | ||
targetFloat | float | |
data | byte | |
offset | int | |
return | void |
public static Decode ( long &targetLong, byte data, int &offset ) : void | ||
targetLong | long | |
data | byte | |
offset | int | |
return | void |
public static Decode ( string &targetString, byte data, int &offset ) : void | ||
targetString | string | |
data | byte | |
offset | int | |
return | void |
public static Encode ( string stringToEncode, |
||
stringToEncode | string | |
ms | ||
return | void |
public GetPacketType ( byte data, int offset ) : int | ||
data | byte | |
offset | int | |
return | int |
public GetRemoteControlledSprite ( int ID, ushort computerID ) : Sprite | ||
ID | int | |
computerID | ushort | |
return | Sprite |
public GetRemoteControlledSprite ( string name, ushort computerID ) : Sprite | ||
name | string | |
computerID | ushort | |
return | Sprite |
public RemovePacket ( |
||
packet | ||
return | void |
public SendPacket ( |
||
packetToSend | ||
return | void |
public SpriteCustomBehavior onRemoteCreate | ||
return | SpriteCustomBehavior |