📄 s4commandresponsemessage.java
字号:
return 96; } /** * Return the value (as a short) of the field 'type_data.data.args.dest.closest_beacon' */ public short get_type_data_data_args_dest_closest_beacon() { return (short)getUIntElement(offsetBits_type_data_data_args_dest_closest_beacon(), 8); } /** * Set the value of the field 'type_data.data.args.dest.closest_beacon' */ public void set_type_data_data_args_dest_closest_beacon(short value) { setUIntElement(offsetBits_type_data_data_args_dest_closest_beacon(), 8, value); } /** * Return the size, in bytes, of the field 'type_data.data.args.dest.closest_beacon' */ public static int size_type_data_data_args_dest_closest_beacon() { return (8 / 8); } /** * Return the size, in bits, of the field 'type_data.data.args.dest.closest_beacon' */ public static int sizeBits_type_data_data_args_dest_closest_beacon() { return 8; } ///////////////////////////////////////////////////////// // Accessor methods for field: type_data.data.args.dest.addr // Field type: int // Offset (bits): 104 // Size (bits): 16 ///////////////////////////////////////////////////////// /** * Return whether the field 'type_data.data.args.dest.addr' is signed (false). */ public static boolean isSigned_type_data_data_args_dest_addr() { return false; } /** * Return whether the field 'type_data.data.args.dest.addr' is an array (false). */ public static boolean isArray_type_data_data_args_dest_addr() { return false; } /** * Return the offset (in bytes) of the field 'type_data.data.args.dest.addr' */ public static int offset_type_data_data_args_dest_addr() { return (104 / 8); } /** * Return the offset (in bits) of the field 'type_data.data.args.dest.addr' */ public static int offsetBits_type_data_data_args_dest_addr() { return 104; } /** * Return the value (as a int) of the field 'type_data.data.args.dest.addr' */ public int get_type_data_data_args_dest_addr() { return (int)getUIntElement(offsetBits_type_data_data_args_dest_addr(), 16); } /** * Set the value of the field 'type_data.data.args.dest.addr' */ public void set_type_data_data_args_dest_addr(int value) { setUIntElement(offsetBits_type_data_data_args_dest_addr(), 16, value); } /** * Return the size, in bytes, of the field 'type_data.data.args.dest.addr' */ public static int size_type_data_data_args_dest_addr() { return (16 / 8); } /** * Return the size, in bits, of the field 'type_data.data.args.dest.addr' */ public static int sizeBits_type_data_data_args_dest_addr() { return 16; } ///////////////////////////////////////////////////////// // Accessor methods for field: type_data.data.args.dest.init_delay // Field type: short // Offset (bits): 120 // Size (bits): 8 ///////////////////////////////////////////////////////// /** * Return whether the field 'type_data.data.args.dest.init_delay' is signed (false). */ public static boolean isSigned_type_data_data_args_dest_init_delay() { return false; } /** * Return whether the field 'type_data.data.args.dest.init_delay' is an array (false). */ public static boolean isArray_type_data_data_args_dest_init_delay() { return false; } /** * Return the offset (in bytes) of the field 'type_data.data.args.dest.init_delay' */ public static int offset_type_data_data_args_dest_init_delay() { return (120 / 8); } /** * Return the offset (in bits) of the field 'type_data.data.args.dest.init_delay' */ public static int offsetBits_type_data_data_args_dest_init_delay() { return 120; } /** * Return the value (as a short) of the field 'type_data.data.args.dest.init_delay' */ public short get_type_data_data_args_dest_init_delay() { return (short)getUIntElement(offsetBits_type_data_data_args_dest_init_delay(), 8); } /** * Set the value of the field 'type_data.data.args.dest.init_delay' */ public void set_type_data_data_args_dest_init_delay(short value) { setUIntElement(offsetBits_type_data_data_args_dest_init_delay(), 8, value); } /** * Return the size, in bytes, of the field 'type_data.data.args.dest.init_delay' */ public static int size_type_data_data_args_dest_init_delay() { return (8 / 8); } /** * Return the size, in bits, of the field 'type_data.data.args.dest.init_delay' */ public static int sizeBits_type_data_data_args_dest_init_delay() { return 8; } ///////////////////////////////////////////////////////// // Accessor methods for field: type_data.data.args.dest.n_packets // Field type: int // Offset (bits): 128 // Size (bits): 16 ///////////////////////////////////////////////////////// /** * Return whether the field 'type_data.data.args.dest.n_packets' is signed (false). */ public static boolean isSigned_type_data_data_args_dest_n_packets() { return false; } /** * Return whether the field 'type_data.data.args.dest.n_packets' is an array (false). */ public static boolean isArray_type_data_data_args_dest_n_packets() { return false; } /** * Return the offset (in bytes) of the field 'type_data.data.args.dest.n_packets' */ public static int offset_type_data_data_args_dest_n_packets() { return (128 / 8); } /** * Return the offset (in bits) of the field 'type_data.data.args.dest.n_packets' */ public static int offsetBits_type_data_data_args_dest_n_packets() { return 128; } /** * Return the value (as a int) of the field 'type_data.data.args.dest.n_packets' */ public int get_type_data_data_args_dest_n_packets() { return (int)getUIntElement(offsetBits_type_data_data_args_dest_n_packets(), 16); } /** * Set the value of the field 'type_data.data.args.dest.n_packets' */ public void set_type_data_data_args_dest_n_packets(int value) { setUIntElement(offsetBits_type_data_data_args_dest_n_packets(), 16, value); } /** * Return the size, in bytes, of the field 'type_data.data.args.dest.n_packets' */ public static int size_type_data_data_args_dest_n_packets() { return (16 / 8); } /** * Return the size, in bits, of the field 'type_data.data.args.dest.n_packets' */ public static int sizeBits_type_data_data_args_dest_n_packets() { return 16; } ///////////////////////////////////////////////////////// // Accessor methods for field: type_data.data.args.dest.interval // Field type: int // Offset (bits): 144 // Size (bits): 16 ///////////////////////////////////////////////////////// /** * Return whether the field 'type_data.data.args.dest.interval' is signed (false). */ public static boolean isSigned_type_data_data_args_dest_interval() { return false; } /** * Return whether the field 'type_data.data.args.dest.interval' is an array (false). */ public static boolean isArray_type_data_data_args_dest_interval() { return false; } /** * Return the offset (in bytes) of the field 'type_data.data.args.dest.interval' */ public static int offset_type_data_data_args_dest_interval() { return (144 / 8); } /** * Return the offset (in bits) of the field 'type_data.data.args.dest.interval' */ public static int offsetBits_type_data_data_args_dest_interval() { return 144; } /** * Return the value (as a int) of the field 'type_data.data.args.dest.interval' */ public int get_type_data_data_args_dest_interval() { return (int)getUIntElement(offsetBits_type_data_data_args_dest_interval(), 16); } /** * Set the value of the field 'type_data.data.args.dest.interval' */ public void set_type_data_data_args_dest_interval(int value) { setUIntElement(offsetBits_type_data_data_args_dest_interval(), 16, value); } /** * Return the size, in bytes, of the field 'type_data.data.args.dest.interval' */ public static int size_type_data_data_args_dest_interval() { return (16 / 8); } /** * Return the size, in bits, of the field 'type_data.data.args.dest.interval' */ public static int sizeBits_type_data_data_args_dest_interval() { return 16; } ///////////////////////////////////////////////////////// // Accessor methods for field: type_data.data.args.ident.install_id // Field type: int // Offset (bits): 96 // Size (bits): 16 ///////////////////////////////////////////////////////// /** * Return whether the field 'type_data.data.args.ident.install_id' is signed (false). */ public static boolean isSigned_type_data_data_args_ident_install_id() { return false; } /** * Return whether the field 'type_data.data.args.ident.install_id' is an array (false). */ public static boolean isArray_type_data_data_args_ident_install_id() { return false; } /** * Return the offset (in bytes) of the field 'type_data.data.args.ident.install_id' */ public static int offset_type_data_data_args_ident_install_id() { return (96 / 8); } /** * Return the offset (in bits) of the field 'type_data.data.args.ident.install_id' */ public static int offsetBits_type_data_data_args_ident_install_id() { return 96; } /** * Return the value (as a int) of the field 'type_data.data.args.ident.install_id' */ public int get_type_data_data_args_ident_install_id() { return (int)getUIntElement(offsetBits_type_data_data_args_ident_install_id(), 16); } /** * Set the value of the field 'type_data.data.args.ident.install_id' */ public void set_type_data_data_args_ident_install_id(int value) { setUIntElement(offsetBits_type_data_data_args_ident_install_id(), 16, value); } /** * Return the size, in bytes, of the field 'type_data.data.args.ident.install_id' */ public static int size_type_data_data_args_ident_install_id() { return (16 / 8); } /** * Return the size, in bits, of the field 'type_data.data.args.ident.install_id' */ public static int sizeBits_type_data_data_args_ident_install_id() { return 16; } ///////////////////////////////////////////////////////// // Accessor methods for field: type_data.data.args.ident.compile_time // Field type: long // Offset (bits): 112 // Size (bits): 32 ///////////////////////////////////////////////////////// /** * Return whether the field 'type_data.data.args.ident.compile_time' is signed (false). */ public static boolean isSigned_type_data_data_args_ident_compile_time() { return false; } /** * Return whether the field 'type_data.data.args.ident.compile_time' is an array (false). */ public static boolean isArray_type_data_data_args_ident_compile_time() { return false; } /** * Return the offset (in bytes) of the field 'type_data.data.args.ident.compile_time' */ public static int offset_type_data_data_args_ident_compile_time() { return (112 / 8); } /** * Return the offset (in bits) of the field 'type_data.data.args.ident.compile_time' */ public static int offsetBits_type_data_data_args_ident_compile_time() { return 112; } /** * Return the value (as a long) of the field
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -