InvokeBytesOnClient() private méthode

private InvokeBytesOnClient ( byte buffer, int channelId ) : void
buffer byte
channelId int
Résultat void
Exemple #1
0
 protected override bool SendBytes(byte[] bytes, int channelId)
 {
     m_LocalClient.InvokeBytesOnClient(bytes, channelId);
     return(true);
 }