C# Class SenderMk1.OSCMessage

Mostra file Open project: V4W/v4w-freemote Class Usage Examples

Public Methods

Method Description
Add ( float f ) : void
Add ( int i ) : void
GetBytes ( ) : byte[]
OSCMessage ( String address ) : System
SendByUDP ( string ip, int port ) : void

Private Methods

Method Description
WriteOSCString ( BinaryWriter writer, String str ) : void

Method Details

Add() public method

public Add ( float f ) : void
f float
return void

Add() public method

public Add ( int i ) : void
i int
return void

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

OSCMessage() public method

public OSCMessage ( String address ) : System
address String
return System

SendByUDP() public method

public SendByUDP ( string ip, int port ) : void
ip string
port int
return void