IrDAEndPointToString Method

Returns the string representation of the IrDAEndPoint.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public virtual string ToString()

Return Value

String
The string representation of the IrDAEndPoint.

Remarks

The string is in format <DeviceAddress>:<ServiceName>

An example is:
 
"04E20304:OBEX"

See Also