![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section contents
csocket.oxh
The IrDA socket address class is derived from the socket address class.
this& = NewIrdaSockAddr&:
<TBS>
this& |
A handle which represents the created IrDA socket address object |
If the object could not be created then an error is generated
which should be trapped by an ONERR
handler.
LOCAL this& this& = NewIrdaSockAddr&: DeleteIrdaSockAddr:(this&)
DeleteIrdaSockAddr:(BYREF this&)
<TBS>
BYREF this& |
A handle for an IrDA socket address object. A zero value is written back into the variable |
LOCAL this$ this& = NewIrdaSockAddr&: DeleteIrdaSockAddr:(this&)
charset% = IrdaSockAddrGetCharacterSet%:(this&)
<TBS>
this& |
A handle for an IrDA socket address object |
charset% |
<TBS> |
byte% = IrdaSockAddrGet1ServiceHintByte%:(this&)
<TBS>
this& |
A handle for an IrDA socket address object |
byte% |
<TBS> |
port& = IrdaSockAddrGetHomePort&:(this&)
<TBS>
this& |
A handle for an IrDA socket address object |
port& |
<TBS> |
addr& = IrdaSockAddrGetHostDevAddr&:(this&)
<TBS>
this& |
A handle for an IrDA socket address object |
addr& |
<TBS> |
version% = IrdaSockAddrGetIrlapVersion%:(this&)
<TBS>
this& |
A handle for an IrDA socket address object |
version% |
<TBS> |
addr& = IrdaSockAddrGetRemoteDevAddr&:(this&)
<TBS>
this& |
A handle for an IrDA socket address object |
addr& |
<TBS> |
port& = IrdaSockAddrGetRemotePort&:(this&)
<TBS>
this& |
A handle for an IrDA socket address object |
port& |
<TBS> |
byte% = IrdaSockAddrGet2ServiceHintByte%:(this&)
<TBS>
this& |
A handle for an IrDA socket address object |
byte% |
<TBS> |
count% = IrdaSockAddrGetServiceHintCount%:(this&)
<TBS>
this& |
A handle for an IrDA socket address object |
count% |
<TBS> |
status% = IrdaSockAddrGetSniffStatus%:(this&)
<TBS>
this& |
A handle for an IrDA socket address object |
status% |
<TBS> |
status% = IrdaSockAddrGetSolicitedStatus%:(this&)
<TBS>
this& |
A handle for an IrDA socket address object |
status% |
<TBS> |
IrdaSockAddrSetCharacterSet:(this&, characterSet%)
<TBS>
this& |
A handle for an IrDA socket address object |
characterSet% |
<TBS> |
IrdaSockAddrSet1ServiceHintByte:(this&, byte%)
<TBS>
this& |
A handle for an IrDA socket address object |
byte% |
<TBS> |
IrdaSockAddrSetHomePort:(this&, port&)
<TBS>
this& |
A handle for an IrDA socket address object |
port& |
<TBS> |
IrdaSockAddrSetHostDevAddr:(this&, addr&)
<TBS>
this& |
A handle for an IrDA socket address object |
addr& |
<TBS> |
IrdaSockAddrSetIrlapVersion:(this&, version%)
<TBS>
this& |
A handle for an IrDA socket address object |
version% |
<TBS> |
IrdaSockAddrSetRemoteDevAddr:(this&, addr&)
<TBS>
this& |
A handle for an IrDA socket address object |
addr& |
<TBS> |
IrdaSockAddrSetRemotePort:(this&, port&)
<TBS>
this& |
A handle for an IrDA socket address object |
port& |
<TBS> |
IrdaSockAddrSet2ServiceHintByte:(this&, byte%)
<TBS>
this& |
A handle for an IrDA socket address object |
byte% |
<TBS> |
IrdaSockAddrSetServiceHintCount:(this&, count%)
<TBS>
this& |
A handle for an IrDA socket address object |
count% |
<TBS> |
IrdaSockAddrSetSniffStatus:(this&, status&)
<TBS>
this& |
A handle for an IrDA socket address object |
status& |
<TBS> |
IrdaSockAddrSetSolicitedStatus:(this&, status&)
<TBS>
this& |
A handle for an IrDA socket address object |
status& |
<TBS> |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |