#include <Protocol.h>
Public Member Functions | |
| Header (u16 id, u16 size) | |
| Header (istream &is) | |
| u16 | id () const |
| u16 | size () const |
Protected Member Functions | |
| void | size (u16 s) |
Private Attributes | |
| u16 | id_ |
| u16 | size_ |
Friends | |
| struct | Profile |
|
||||||||||||
|
Definition at line 81 of file Protocol.h. References id_, and ACE_RMCast::u16.
|
|
|
Definition at line 86 of file Protocol.h. References id_, and ACE_RMCast::istream.
|
|
|
Definition at line 93 of file Protocol.h. References id_. Referenced by ACE_RMCast::Profile::id(), and ACE_RMCast::operator<<().
00094 {
00095 return id_;
00096 }
|
|
|
Definition at line 106 of file Protocol.h. References ACE_RMCast::u16.
00107 {
00108 size_ = s;
00109 }
|
|
|
Definition at line 99 of file Protocol.h. Referenced by ACE_RMCast::operator<<(), and ACE_RMCast::Profile::size().
00100 {
00101 return size_;
00102 }
|
|
|
Definition at line 111 of file Protocol.h. |
|
|
Definition at line 114 of file Protocol.h. |
|
|
Definition at line 115 of file Protocol.h. |
1.3.6