NDSummary.OnToolTipsLoaded("File:network/obsonet.h",{287:"
u8 ONET_Initialize()
ObsoNET searching routine.  /!\\ Must not be call from page 1.  /!\\ Must not be call before any other function from this module.
",288:"
inline u8 ONET_GetSlot()
Obtains the ObsoNET slot (or 0xFF is not found).
",289:"
inline bool ONET_HasBIOS()
Check if ObsoNET card has a BIOS.
",290:"
void ONET_Reset()
Initializes the ObsoNET card.
",291:"
inline const u8* ONET_GetVersion()
Obtains the BIOS version.
",292:"
inline const u8* ONET_GetPhysicalAddr()
Obtains the ObsoNET physical address.
",293:"
inline const u8* ONET_GetMACAddress()
Obtains the ObsoNET physical address.  See ONET_GetPhysicalAddr
",294:"
bool ONET_GetStatus()
Obtains the network connection status.
",295:"
u8 ONET_Activation(
u8 flag
)
Activates or deactivates ObsoNET.
",296:"
inline void ONET_Activate()
Activates ObsoNET.
",297:"
inline void ONET_Disactivate()
Deactivates ObsoNET.
",298:"
inline bool ONET_IsActivate()
Check Activates or deactivates ObsoNET.
",299:"
u8 ONET_ReceptConfig(
u8 flag
)
Configuration of the reception parameters.
",300:"
inline void ONET_SetReceptConfig(
u8 flag
)
Set Configuration of the reception parameters.
",301:"
Get Configuration of the reception parameters.
",302:"
void ONET_SetMulticastMask(
u8* addr
)
Set Configuration of the multicast mask.
",303:"
void ONET_GetMulticastMask(
u8* addr
)
Get Configuration of the multicast mask.
",304:"
bool ONET_GetPacketInfo(
ONET_PacketInfo* info
)
Obtains information about the oldest received packet.
",305:"
bool ONET_GetPacket(
u8* addr
)
Obtains the oldest captured incoming packet.
",306:"
void ONET_DiscardPacket()
Discard the oldest captured incoming packet.
",307:"
u8 ONET_SendPacketSync(
const u8* addr,
u16 size
)
Sends a packet to the network (Synchronous execution).
",308:"
u8 ONET_SendPacketAsync(
const u8* addr,
u16 size
)
Sends a packet to the network (Asynchronous execution).
",309:"
u8 ONET_GetSendStatus()
Obtains the status of the packet transmission.
"});