#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 80 of file Protocol.h. References ACE_RMCast::u16.
|
|
|
Definition at line 85 of file Protocol.h. References ACE_RMCast::istream.
|
|
|
Definition at line 92 of file Protocol.h. Referenced by ACE_RMCast::Profile::id(), and ACE_RMCast::operator<<().
00093 {
00094 return id_;
00095 }
|
|
|
Definition at line 105 of file Protocol.h. References ACE_RMCast::u16.
00106 {
00107 size_ = s;
00108 }
|
|
|
Definition at line 98 of file Protocol.h. Referenced by ACE_RMCast::operator<<(), and ACE_RMCast::Profile::size().
00099 {
00100 return size_;
00101 }
|
|
|
Definition at line 110 of file Protocol.h. |
|
|
Definition at line 113 of file Protocol.h. |
|
|
Definition at line 114 of file Protocol.h. |
1.3.6