Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

9.82.2.4 TCP IP Collection Agent Input/Output Data and MIM
Code Block
languagetext
themeEclipse
external my_ext sequential {
  // field definitions
  int type : static_size(1);
  ascii Anum : static_size(8);
  ascii Bnum : terminated_by(0xA);
};


internal TCP_Int : 
   extends_class( "com.digitalroute.wfc.tcpipcoll.TCPIPUDR" ) {
};


in_map TCP_InMap :
    external( my_ext ),
    internal( TCP_Int ),
    target_internal( my_TCP_TI ) {
    automatic;
};


decoder myDecoder : in_map( TCP_InMap );
Panel
titleNext:
Panel
titleNext:


Scroll ignore
scroll-viewportfalse
scroll-pdftrue
scroll-officefalse
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmlfalse


Next: