Updated comments for udsNodeInfo.

This commit is contained in:
yellows8 2016-04-07 16:51:03 -04:00
parent daba63af69
commit f6bf7e7b1f

View File

@ -26,16 +26,16 @@ typedef struct {
struct { struct {
u16 username[10]; u16 username[10];
u16 unk_x1c;//Unknown. Set to 0x0 with the output from udsScanBeacons(). u16 unk_x1c;//Unknown, normally zero. Set to 0x0 with the output from udsScanBeacons().
u8 flag;//"u8 flag, unknown. Originates from the u16 bitmask in the beacon node-list header. This flag is normally 0 since that bitmask is normally 0?" u8 flag;//"u8 flag, unknown. Originates from the u16 bitmask in the beacon node-list header. This flag is normally 0 since that bitmask is normally 0?"
u8 pad_x1f;//? u8 pad_x1f;//Unknown, normally zero.
}; };
}; };
//The rest of this is initialized by NWM-module. //The rest of this is initialized by NWM-module.
u16 NetworkNodeID; u16 NetworkNodeID;
u16 pad_x22; u16 pad_x22;//Unknown, normally zero?
u32 word_x24; u32 word_x24;//Normally zero?
} udsNodeInfo; } udsNodeInfo;
/// Connection status struct. /// Connection status struct.