class ClientNetworkStatus
Constants
- FIELDS
- NETWORKTYPE
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 15043 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 15045 def validate unless @networkType.nil? || ::P0_a_e_a_b_t7::VALID_VALUES.include?(@networkType) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field networkType!') end end