⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 asteriskchantablepdu.java

📁 无线网络管理
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
                                - the sequence 'CR NUL' means carriage-return                                - an 'LF' not preceded by a 'CR' means moving to the                   same column on the next line.                                - the sequence 'CR x' for any x other than LF or NUL is                   illegal.  (Note that this also means that a string may                   end with either 'CR LF' or 'CR NUL', but not with CR.)                              Any object defined using this syntax may not exceed 255               characters in length.  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255)))<br/>OBJECT-TYPE (  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255))  Access: read-only  Status: current  Description: Music class to be used for Music on Hold for this               channel.)<br/>*/public void setAstChanMusicClass(AsnObject new_value){    AsnOctets obj = (AsnOctets) new_value;    _astChanMusicClass = obj.toDisplayString();}public String getAstChanMusicClass(){    return _astChanMusicClass;}/**astChanBridge<br/>TYPE DisplayString ::= TEXTUAL-CONVENTION (  Display-Hint: 255a  Status: current  Description: Represents textual information taken from the NVT ASCII               character set, as defined in pages 4, 10-11 of RFC 854.                              To summarize RFC 854, the NVT ASCII repertoire specifies:                                - the use of character codes 0-127 (decimal)                                - the graphics characters (32-126) are interpreted as                   US ASCII                                - NUL, LF, CR, BEL, BS, HT, VT and FF have the special                   meanings specified in RFC 854                                - the other 25 codes have no standard interpretation                                - the sequence 'CR LF' means newline                                - the sequence 'CR NUL' means carriage-return                                - an 'LF' not preceded by a 'CR' means moving to the                   same column on the next line.                                - the sequence 'CR x' for any x other than LF or NUL is                   illegal.  (Note that this also means that a string may                   end with either 'CR LF' or 'CR NUL', but not with CR.)                              Any object defined using this syntax may not exceed 255               characters in length.  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255)))<br/>OBJECT-TYPE (  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255))  Access: read-only  Status: current  Description: Which channel this channel is currently bridged (in a               conversation) with.)<br/>*/public void setAstChanBridge(AsnObject new_value){    AsnOctets obj = (AsnOctets) new_value;    _astChanBridge = obj.toDisplayString();}public String getAstChanBridge(){    return _astChanBridge;}/**astChanMasq<br/>TYPE DisplayString ::= TEXTUAL-CONVENTION (  Display-Hint: 255a  Status: current  Description: Represents textual information taken from the NVT ASCII               character set, as defined in pages 4, 10-11 of RFC 854.                              To summarize RFC 854, the NVT ASCII repertoire specifies:                                - the use of character codes 0-127 (decimal)                                - the graphics characters (32-126) are interpreted as                   US ASCII                                - NUL, LF, CR, BEL, BS, HT, VT and FF have the special                   meanings specified in RFC 854                                - the other 25 codes have no standard interpretation                                - the sequence 'CR LF' means newline                                - the sequence 'CR NUL' means carriage-return                                - an 'LF' not preceded by a 'CR' means moving to the                   same column on the next line.                                - the sequence 'CR x' for any x other than LF or NUL is                   illegal.  (Note that this also means that a string may                   end with either 'CR LF' or 'CR NUL', but not with CR.)                              Any object defined using this syntax may not exceed 255               characters in length.  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255)))<br/>OBJECT-TYPE (  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255))  Access: read-only  Status: current  Description: Channel masquerading for us.)<br/>*/public void setAstChanMasq(AsnObject new_value){    AsnOctets obj = (AsnOctets) new_value;    _astChanMasq = obj.toDisplayString();}public String getAstChanMasq(){    return _astChanMasq;}/**astChanMasqr<br/>TYPE DisplayString ::= TEXTUAL-CONVENTION (  Display-Hint: 255a  Status: current  Description: Represents textual information taken from the NVT ASCII               character set, as defined in pages 4, 10-11 of RFC 854.                              To summarize RFC 854, the NVT ASCII repertoire specifies:                                - the use of character codes 0-127 (decimal)                                - the graphics characters (32-126) are interpreted as                   US ASCII                                - NUL, LF, CR, BEL, BS, HT, VT and FF have the special                   meanings specified in RFC 854                                - the other 25 codes have no standard interpretation                                - the sequence 'CR LF' means newline                                - the sequence 'CR NUL' means carriage-return                                - an 'LF' not preceded by a 'CR' means moving to the                   same column on the next line.                                - the sequence 'CR x' for any x other than LF or NUL is                   illegal.  (Note that this also means that a string may                   end with either 'CR LF' or 'CR NUL', but not with CR.)                              Any object defined using this syntax may not exceed 255               characters in length.  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255)))<br/>OBJECT-TYPE (  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255))  Access: read-only  Status: current  Description: Channel we are masquerading for.)<br/>*/public void setAstChanMasqr(AsnObject new_value){    AsnOctets obj = (AsnOctets) new_value;    _astChanMasqr = obj.toDisplayString();}public String getAstChanMasqr(){    return _astChanMasqr;}/**astChanWhenHangup<br/>TYPE TimeTicks ::= [APPLICATION 3] INTEGER (0..4294967295)<br/>OBJECT-TYPE (  Syntax: [APPLICATION 3] INTEGER (0..4294967295)  Access: read-only  Status: current  Description: How long until this channel will be hung up.)<br/>*/public void setAstChanWhenHangup(AsnObject new_value){    AsnUnsInteger obj = (AsnUnsInteger) new_value;    _astChanWhenHangup = new Long(obj.getValue());}public Long getAstChanWhenHangup(){    return _astChanWhenHangup;}/**astChanApp<br/>TYPE DisplayString ::= TEXTUAL-CONVENTION (  Display-Hint: 255a  Status: current  Description: Represents textual information taken from the NVT ASCII               character set, as defined in pages 4, 10-11 of RFC 854.                              To summarize RFC 854, the NVT ASCII repertoire specifies:                                - the use of character codes 0-127 (decimal)                                - the graphics characters (32-126) are interpreted as                   US ASCII                                - NUL, LF, CR, BEL, BS, HT, VT and FF have the special                   meanings specified in RFC 854                                - the other 25 codes have no standard interpretation                                - the sequence 'CR LF' means newline                                - the sequence 'CR NUL' means carriage-return                                - an 'LF' not preceded by a 'CR' means moving to the                   same column on the next line.                                - the sequence 'CR x' for any x other than LF or NUL is                   illegal.  (Note that this also means that a string may                   end with either 'CR LF' or 'CR NUL', but not with CR.)                              Any object defined using this syntax may not exceed 255               characters in length.  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255)))<br/>OBJECT-TYPE (  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255))  Access: read-only  Status: current  Description: Current application for the channel.)<br/>*/public void setAstChanApp(AsnObject new_value){    AsnOctets obj = (AsnOctets) new_value;    _astChanApp = obj.toDisplayString();}public String getAstChanApp(){    return _astChanApp;}/**astChanData<br/>TYPE DisplayString ::= TEXTUAL-CONVENTION (  Display-Hint: 255a  Status: current  Description: Represents textual information taken from the NVT ASCII               character set, as defined in pages 4, 10-11 of RFC 854.                              To summarize RFC 854, the NVT ASCII repertoire specifies:                                - the use of character codes 0-127 (decimal)                                - the graphics characters (32-126) are interpreted as                   US ASCII                                - NUL, LF, CR, BEL, BS, HT, VT and FF have the special                   meanings specified in RFC 854                                - the other 25 codes have no standard interpretation                                - the sequence 'CR LF' means newline                                - the sequence 'CR NUL' means carriage-return                                - an 'LF' not preceded by a 'CR' means moving to the                   same column on the next line.                                - the sequence 'CR x' for any x other than LF or NUL is                   illegal.  (Note that this also means that a string may                   end with either 'CR LF' or 'CR NUL', but not with CR.)                              Any object defined using this syntax may not exceed 255               characters in length.  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255)))<br/>OBJECT-TYPE (  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255))  Access: read-only  Status: current  Description: Arguments passed to the current application.)<br/>*/public void setAstChanData(AsnObject new_value){    AsnOctets obj = (AsnOctets) new_value;    _astChanData = obj.toDisplayString();}public String getAstChanData(){    return _astChanData;}/**astChanContext<br/>TYPE DisplayString ::= TEXTUAL-CONVENTION (  Display-Hint: 255a  Status: current  Description: Represents textual information taken from the NVT ASCII               character set, as defined in pages 4, 10-11 of RFC 854.                              To summarize RFC 854, the NVT ASCII repertoire specifies:                                - the use of character codes 0-127 (decimal)                                - the graphics characters (32-126) are interpreted as                   US ASCII                                - NUL, LF, CR, BEL, BS, HT, VT and FF have the special                   meanings specified in RFC 854                                - the other 25 codes have no standard interpretation                                - the sequence 'CR LF' means newline                                - the sequence 'CR NUL' means carriage-return                                - an 'LF' not preceded by a 'CR' means moving to the                   same column on the next line.                                - the sequence 'CR x' for any x other than LF or NUL is                   illegal.  (Note that this also means that a string may                   end with either 'CR LF' or 'CR NUL', but not with CR.)                              Any object defined using this syntax may not exceed 255               characters in length.  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255)))<br/>OBJECT-TYPE (  Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255))  Access: read-only  Status: current  Description: Current extension context.)<br/>*/public void setAstChanContext(AsnObject new_value){    AsnOctets obj = (AsnOctets) new_value;    _astChanContext = obj.toDisplayString();}public String getAstChanContext(){    return _astChanContext;}/**astChanMacroContext<br/>TYPE DisplayString ::= TEXTUAL-CONVENTION (  Display-Hint: 255a  Status: current  Description: Represents textual information taken from the NVT ASCII               character set, as defined in pages 4, 10-11 of RFC 854.                              To summarize RFC 854, the NVT ASCII repertoire specifies:                                - the use of character codes 0-127 (decimal)                                - the graphics characters (32-126) are interpreted as                   US ASCII                                - NUL, LF, CR, BEL, BS, HT, VT and FF have the special                   meanings specified in RFC 854               

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -