FlexLib
Public Member Functions | Properties | Events | List of all members
Flex.Smoothlake.FlexLib.TlsCommandCommunication Class Reference
Inheritance diagram for Flex.Smoothlake.FlexLib.TlsCommandCommunication:

Public Member Functions

 TlsCommandCommunication ()
 
bool Connect (IPAddress radio_ip, bool setup_reply)
 
bool Connect (IPAddress radio_ip, int radioPort, int src_port=0)
 
void Disconnect ()
 
void Write (string msg)
 
delegate void TCPDataReceivedReadyEventHandler (string msg)
 
delegate void IsConnectedChangedEventHandler (bool connected)
 

Properties

bool IsConnected [get]
 
IPAddress LocalIP [get, set]
 

Events

TcpCommandCommunication.TCPDataReceivedReadyEventHandler DataReceivedReady
 
TcpCommandCommunication.IsConnectedChangedEventHandler IsConnectedChanged
 

Constructor & Destructor Documentation

Flex.Smoothlake.FlexLib.TlsCommandCommunication.TlsCommandCommunication ( )

Member Function Documentation

bool Flex.Smoothlake.FlexLib.TlsCommandCommunication.Connect ( IPAddress  radio_ip,
bool  setup_reply 
)
bool Flex.Smoothlake.FlexLib.TlsCommandCommunication.Connect ( IPAddress  radio_ip,
int  radioPort,
int  src_port = 0 
)
void Flex.Smoothlake.FlexLib.TlsCommandCommunication.Disconnect ( )
delegate void Flex.Smoothlake.FlexLib.TlsCommandCommunication.IsConnectedChangedEventHandler ( bool  connected)
delegate void Flex.Smoothlake.FlexLib.TlsCommandCommunication.TCPDataReceivedReadyEventHandler ( string  msg)
void Flex.Smoothlake.FlexLib.TlsCommandCommunication.Write ( string  msg)

Property Documentation

bool Flex.Smoothlake.FlexLib.TlsCommandCommunication.IsConnected
get
IPAddress Flex.Smoothlake.FlexLib.TlsCommandCommunication.LocalIP
getset

Event Documentation

TcpCommandCommunication.TCPDataReceivedReadyEventHandler Flex.Smoothlake.FlexLib.TlsCommandCommunication.DataReceivedReady
TcpCommandCommunication.IsConnectedChangedEventHandler Flex.Smoothlake.FlexLib.TlsCommandCommunication.IsConnectedChanged

The documentation for this class was generated from the following file: