odtone::mih::l2_3gpp_2g_cell_id
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/address.hpp> struct l2_3gpp_2g_cell_id { // public member functions template<typename ArchiveT> void serialize(ArchiveT &); bool operator==(const l2_3gpp_2g_cell_id &) const; // friend functions friend std::ostream & operator<<(std::ostream &, const l2_3gpp_2g_cell_id &); // public data members uint8 plmn_id; lac _lac; ci _ci; };
L2_3GPP_2G_CELL_ID data type.
l2_3gpp_2g_cell_id
public member functionstemplate<typename ArchiveT> void serialize(ArchiveT & ar);
Serialize/deserialize the L2_3GPP_2G_CELL_ID data type.
Parameters: |
|
bool operator==(const l2_3gpp_2g_cell_id & other) const;
Check if the L2_3GPP_2G_CELL_ID is equal to another L2_3GPP_2G_CELL_ID.
Parameters: |
|
||
Returns: |
True if they are equal or false otherwise. |
l2_3gpp_2g_cell_id
friend functionsfriend std::ostream & operator<<(std::ostream & out, const l2_3gpp_2g_cell_id & addr);
L2_3GPP_2G_CELL_ID data type output.
Parameters: |
|
||||
Returns: |
ostream reference. |