Class: DhcpsApi::DHCP_IP_RANGE
- Inherits:
-
DHCPS_Struct
- Object
- FFI::Struct
- DHCPS_Struct
- DhcpsApi::DHCP_IP_RANGE
- Defined in:
- lib/dhcpsapi/data_structures.rb
Overview
typedef struct _DHCP_IP_RANGE {
DHCP_IP_ADDRESS StartAddress;
DHCP_IP_ADDRESS EndAddress;
} DHCP_IP_RANGE, *LPDHCP_IP_RANGE;
Method Summary
Methods inherited from DHCPS_Struct
#as_ruby_struct, ruby_struct_attr
Methods included from RubyStructAttrHelpers
#dhcp_client_uid_to_mac, #ip_to_uint32, #mac_address_to_array_of_uint8, #to_string, #to_wchar_string, #uint32_to_ip, #wchar_string_length